home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-12 | 691 b | 32 lines | [TEXT/MPS ] |
- ;
- ; File: Speech.a
- ;
- ; Contains: Speech Interfaces.
- ;
- ; Version: Technology: System 7.5
- ; Release: Universal Interfaces 3.0.1
- ;
- ; Copyright: © 1989-1997 by Apple Computer, Inc., all rights reserved.
- ;
- ; Bugs?: Please include the the file and version information (from above) with
- ; the problem description. Developers belonging to one of the Apple
- ; developer programs can submit bug reports to:
- ;
- ; devsupport@apple.com
- ;
- ;
- IF &TYPE('__SPEECH__') = 'UNDEFINED' THEN
- __SPEECH__ SET 1
-
- ;
- ;
- ; The interface file Speech.h has been renamed to SpeechSynthesis.h.
- ;
- ;
-
- IF &TYPE('__SPEECHSYNTHESIS__') = 'UNDEFINED' THEN
- include 'SpeechSynthesis.a'
- ENDIF
- ENDIF ; __SPEECH__
-
-